home *** CD-ROM | disk | FTP | other *** search
- object Form6: TForm6
- Left = 197
- Top = 108
- BorderStyle = bsNone
- Caption = 'Welcome to...'
- ClientHeight = 239
- ClientWidth = 321
- Color = clBlack
- Font.Charset = ANSI_CHARSET
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'Verdana'
- Font.Style = []
- Position = poScreenCenter
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 0
- Top = 0
- Width = 321
- Height = 239
- Align = alClient
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- end
- object Label1: TLabel
- Left = 166
- Top = 42
- Width = 82
- Height = 16
- Caption = 'Version 1.0'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWhite
- Font.Height = -13
- Font.Name = 'Verdana'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object Label2: TLabel
- Left = 186
- Top = 84
- Width = 91
- Height = 13
- Caption = 'UNREGISTERED'
- Transparent = True
- end
- object Label3: TLabel
- Left = 186
- Top = 98
- Width = 93
- Height = 13
- Caption = 'Evaluation Copy'
- Transparent = True
- end
- object Label4: TLabel
- Left = 186
- Top = 124
- Width = 103
- Height = 13
- Caption = 'Please register!'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'Verdana'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object Label5: TLabel
- Left = 174
- Top = 148
- Width = 130
- Height = 13
- Caption = 'Copyright (c) 1999 by '
- Transparent = True
- end
- object Label6: TLabel
- Left = 186
- Top = 162
- Width = 95
- Height = 13
- Caption = 'Phillip Perkmann'
- Transparent = True
- end
- object Label7: TLabel
- Left = 6
- Top = 222
- Width = 266
- Height = 13
- Caption = 'http://members.tripod.com/~PhillipPerkmann/'
- Transparent = True
- end
- object start: TSpeedButton
- Left = 196
- Top = 184
- Width = 79
- Height = 17
- Caption = '10'
- Enabled = False
- Flat = True
- OnClick = startClick
- end
- object Timer: TTimer
- Enabled = False
- OnTimer = TimerTimer
- Left = 6
- Top = 186
- end
- end
-